home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
Apps
/
Utilities
/
Unix
/
CommandMon
/
UNIXobject.h
< prev
next >
Wrap
Text File
|
1992-12-26
|
167b
|
14 lines
/* by Jason Beaver */
#import <objc/Object.h>
@interface UNIXobject:Object
{
id delegate;
}
- execute:(char *)theCommand;
- setDelegate:anObject;
- delegate;
@end